Fix or skip tests that assume the wrong endianness
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 26 Jun 2022 14:06:07 +0000 (15:06 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 26 Jun 2022 14:06:07 +0000 (15:06 +0100)
commit897fb8770ffde573fc7b503118357e5f0626f1a1
treea49ee2557ca924ebcf3b1e17558bc1202d90def7
parent582fc32cabf2f42f6853e674a82920e42a4a6a50
Fix or skip tests that assume the wrong endianness

This is a bug in the tests not pandas itself -
the expected values explicitly specify little-endian

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name tests_dont_assume_endian.patch
pandas/tests/arrays/boolean/test_astype.py
pandas/tests/arrays/boolean/test_construction.py
pandas/tests/arrays/floating/test_to_numpy.py
pandas/tests/arrays/integer/test_dtypes.py
pandas/tests/frame/methods/test_to_records.py
pandas/tests/io/parser/test_c_parser_only.py
pandas/tests/scalar/timedelta/test_arithmetic.py